home *** CD-ROM | disk | FTP | other *** search
/ Products & Services for NeXT / Products & Services for NeXT.iso / AlembicDemo.app / Axone / AddIn / stats_io.h < prev    next >
C/C++ Source or Header  |  1994-03-06  |  165b  |  15 lines

  1. #ifndef _stats_io_
  2. #define _stats_io_
  3.  
  4. #include "defs.h"
  5.  
  6. typedef struct _stats_io
  7. {
  8.     int    norm ;
  9.     REAL    min ;
  10.     REAL    max ;
  11.     REAL    moy ;
  12.     REAL    var ;
  13. }    stats_io ;
  14.  
  15. #endif